home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 - Homepage
/
CHIP.BIN
/
share
/
htmledit
/
bashhtml
/
bashhtml.exe
/
%AppDir%
/
scripts
/
Back-Forward (Frames).txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-09-01
|
446 b
|
15 lines
[DESCRIPTION]Makes sure other websites don't place your page in a frame. If your page is framed, the browser window will be forwarded to your website.[/DESCRIPTION]
[HEAD CODE]<SCRIPT LANGUAGE="JavaScript">
<!--
setTimeout ("changePage()", 3000);
function changePage() {
if (self.parent.frames.length != 0)
self.parent.location="http://www.bashsoftware.tk";
}
// -->
</SCRIPT>[/HEAD CODE]
[BODY CODE][/BODY CODE]
[NOTES][/NOTES]